Learn R Programming

tm (version 0.2-3.7)

[-methods: Methods for Subset Functions in Package `tm'

Description

Methods for subset functions [, [<-, [[ and [[<- in package tm..

Arguments

x = "TextDocCol"
the text document collection to be subsetted or modified.
x = "TermDocMatrix"
the term-document matrix to be subsetted.

Examples

Run this code
data("crude")
summary(crude[10:15])
crude[[1]]

Run the code above in your browser using DataLab